-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[O2B-719] Add range based filtering for run number #1810
base: main
Are you sure you want to change the base?
[O2B-719] Add range based filtering for run number #1810
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1810 +/- ##
==========================================
- Coverage 44.06% 43.94% -0.13%
==========================================
Files 889 889
Lines 15869 15892 +23
Branches 2993 3000 +7
==========================================
- Hits 6993 6984 -9
- Misses 8876 8908 +32 ☔ View full report in Codecov by Sentry. |
The idea is good, but there is a major flaw: when using a very big range (with prod data) the app simply crash because the list of run numbers is too big. |
I have a JIRA ticket
Notable changes for users:
-runNumber filter now accepts ranges as well
Notable changes for developers:
Changes made to the database: